home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / new-user.txt < prev    next >
Text File  |  1997-11-04  |  25KB  |  571 lines

  1.    Copyright (C) 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, new-user.txt, provides background information for new users.
  21.  
  22. For an overview of Ghostscript and a list of the documentation files, see
  23. README.
  24.  
  25. ********
  26. ******** An overview of Ghostscript ********
  27. ********
  28.  
  29. Ghostscript is the name of a set of software that provides:
  30.  
  31.     - An interpreter for the PostScript (TM) language and the Adobe
  32. Portable Document Format (PDF -- sometimes confused with Acrobat, Adobe's
  33. PDF browser/editor product), and
  34.  
  35.     - A set of C procedures (the Ghostscript library) that implement
  36. the graphics and filtering (data compression / decompression / conversion)
  37. capabilities that appear as primitive operations in the PostScript language
  38. and in PDF.
  39.  
  40. How is Ghostscript licensed?  Where can I find it?
  41. --------------------------------------------------
  42.  
  43. Ghostscript is a copyrighted work (Aladdin Enterprises owns the copyright);
  44. it is not shareware or in the public domain.  Different versions of it are
  45. distributed with three different licenses:
  46.  
  47.     - Versions entitled "Aladdin Ghostscript" are distributed with a
  48. license called the Aladdin Free Public License that allows free use,
  49. copying, and distribution by end users, but does not allow commercial
  50. distribution.  You can always get the current version of Aladdin Ghostscript
  51. with this license by Internet FTP from
  52.     ftp://ftp.cs.wisc.edu/ghost/aladdin/gsNNN/ghostscript*NNNN*
  53. or, if you run AFS, by direct reference to
  54.     /afs/cs.wisc.edu/public/ghost/aladdin/gsNNN/ghostscript*NNNN*
  55. where NNN is the version number without embedded dots (e.g., 503) and NNNN
  56. is the version number with dots (e.g., 5.03).  If you do not have convenient
  57. access to the Internet, you can order Aladdin Ghostscript on a CD-R disk,
  58. along with some useful related programs and documentation: for more
  59. information, see
  60.     http://www.cs.wisc.edu/~ghost/cd.html
  61. or send e-mail to Russell Lang (see the e-mail address under "Previewers"
  62. below).  Please note that this is not "commercial licensing"; you are still
  63. getting freely redistributable software, with no support and no warranty.
  64.  
  65.     - Versions entitled "GNU Ghostscript" are distributed with the GNU
  66. General Public License, which allows free use, and free copying and
  67. redistribution under certain conditions (including, in some cases,
  68. commercial distribution).  GNU Ghostscript versions are released
  69. approximately a year after the corresponding Aladdin Ghostscript version.
  70. You can always get the current version of GNU Ghostscript by Internet FTP
  71. from
  72.     ftp://ftp.cs.wisc.edu/ghost/gnu/gsNNN/ghostscript*NNNN*
  73. or, if you run AFS, by direct reference to
  74.     /afs/cs.wisc.edu/public/ghost/gnu/gsNNN/ghostscript*NNNN*
  75. or from any of the GNU distribution sites, such as ftp.uu.net:/systems/gnu
  76. or gatekeeper.dec.com:/pub/GNU; you can also get GNU Ghostscript on tape
  77. or CD-ROM from the Free Software Foundation.  For a more complete list of
  78. sites, including sites outside the U.S., send e-mail to
  79. gnu@prep.ai.mit.edu.
  80.  
  81.     - Versions of Ghostscript are also available for commercial
  82. licensing.  See the next section for details.
  83.  
  84. Aladdin Ghostscript and GNU Ghostscript come with NO WARRANTY and NO
  85. SUPPORT.  If you have a question or a bug to report, please see the
  86. section "If you need help" below for information about what to do.
  87.  
  88. The Ghostscript source code distribution, and the Ghostscript executable
  89. code, include the following libraries obtained from other parties:
  90.  
  91.     - The Independent JPEG Group (IJG) library.  The executable versions
  92. of Ghostscript are based in part on the work of the Independent JPEG Group.
  93. For more information, please see the file jpeg.mak in the main Ghostscript
  94. source directory, and the README file in the jpeg subdirectory of the
  95. Ghostscript source code.
  96.  
  97.     - The PNG library created by Dave Martindale, Guy Eric Schalnat,
  98. Paul Schmidt, and Tim Wegner, of Group 42, Inc.  For more information,
  99. please see the libpng.mak file in the main Ghostscript source directory, and
  100. the files readme.txt and png.h in the libpng subdirectory of the Ghostscript
  101. source code.
  102.  
  103.     - The zlib library created by Jean-loup Gailly and Mark Adler.  For
  104. more information, please see the zlib.mak file in the main Ghostscript
  105. source directory, and the README file in the zlib subdirectory of the
  106. Ghostscript source code.
  107.  
  108. These libraries do NOT fall under either the GNU License or the Aladdin
  109. Ghostscript Free Public License; they come with their own licenses, which
  110. also allow free use and redistribution under appropriate circumstances and
  111. which appear in the files referenced just above.  These libraries are
  112. entirely original works of their respective authors, and are provided "AS
  113. IS" with NO WARRANTY and NO SUPPORT.
  114.  
  115. What if I want support?
  116. -----------------------
  117.  
  118. Neither Aladdin Enterprises nor any organization known to us currently
  119. offers Ghostscript support for end-users -- that is, for people or companies
  120. who just want to use Ghostscript and not redistribute it as part of a
  121. product.  Companies that include Ghostscript in their products under a
  122. commercial license (see next section) may offer support to end-users, but it
  123. would be support for the company's own product, not for Ghostscript per se.
  124.  
  125. Nothing in the GNU or Aladdin Free licenses prevents anyone from providing
  126. support for Ghostscript, either free or commercial.  Aladdin would be happy
  127. to include in the Ghostscript documentation the contact information for
  128. anyone who wants to offer such support.
  129.  
  130. What about commercial use?
  131. --------------------------
  132.  
  133. GNU Ghostscript may not be incorporated into commercial products which
  134. forbid copying or for which customers cannot obtain source code for no more
  135. than the cost of reproduction, although it may be distributed ("aggregated")
  136. with commercial products; Aladdin Ghostscript may not be incorporated into
  137. commercial products at all, and may only be distributed commercially under
  138. extremely limited circumstances.  However, Ghostscript is also available for
  139. commercial licensing, which in addition to the right to incorporate
  140. Ghostscript into commercial products includes support, a limited warranty,
  141. high-quality fonts, and other benefits.  For more information about
  142. commercial licensing of Ghostscript, please contact Aladdin Enterprises'
  143. commercial distribution partner, the only entity legally authorized to
  144. distribute Ghostscript per se on any terms other than the GNU or Aladdin
  145. free licenses:
  146.  
  147.         Licensing Information
  148.         Artifex Software Inc.
  149.         454 Las Gallinas Ave., suite 108
  150.         San Rafael, CA 94903  U.S.A.
  151.         voice +1-415-492-9861
  152.         fax +1-415-492-9862
  153.         e-mail: info@arsoft.com
  154.  
  155. Artifex does not offer commercial support as a separate service; support is
  156. available only to OEM licensees (that is, licensees who will be
  157. redistributing Ghostscript in a product).
  158.  
  159. What platforms does Ghostscript run on?
  160. ---------------------------------------
  161.  
  162. Ghostscript is written entirely in C (with some optional assembly-language
  163. accelerators for MS-DOS platforms), with special care taken to make it run
  164. properly on systems of either byte order and of various word lengths.
  165.  
  166. GNU Ghostscript is known to run on the following platform families:
  167.  
  168.     - A wide variety of Unix systems using X Windows version 11, release
  169.       4, 5, and 6, including Sun-3, Sun-4, Sun-386i, and Sun
  170.       SPARCStation; generic 80386/486/Pentium machines running Linux,
  171.       386/ix, FreeBSD, ISC Unix, SCO Unix, and Solaris; H-P 9000/300 and
  172.       9000/800; DECStation 2100 and 3100; VAX running Ultrix and OSF/1;
  173.       Sequent Symmetry; Convex C1 and C2; Tektronix 4300; SGI Iris
  174.       Indigo; 4.4bsd Unix systems (FreeBSD (intel), NetBSD (intel,
  175.       sparc, m68k (apple, amiga, sun & hp) and vax) and 386BSD (intel)).
  176.  
  177.     - Sun workstations (Sun-3, SPARC, Sun-386i) running SunView;
  178.  
  179.     - VAX or AXP systems running VMS with X11R4/5 and DEC C or gcc.
  180.  
  181. Aladdin Ghostscript is known to run on all of the above, and additionally
  182. the following platform families:
  183.  
  184.     - IBM PC and compatibles with EGA, VGA, SuperVGA, or compatible
  185.       graphics under MS-DOS 3.1, 3.3, 5.0, or 6.22, and Microsoft
  186.       Windows 3.1, NT, or 95;
  187.  
  188.     - IBM PC and compatibles under DR DOS 6.0;
  189.  
  190.     - IBM PC and compatibles under OS/2 2.0, 2.1 and Warp 3.0.
  191.  
  192.         - Macintosh with System 7 or later, both 680x0 and PowerPC native.
  193.           For specific information on the Macintosh implementation, please
  194.           see http://www.glyphic.com/glyphic/projects/macgs.html
  195.  
  196. It is very likely that Ghostscript will run under other versions of MS-DOS,
  197. and other versions of Unix that support X11, but it has not been tested in
  198. these environments.  (Ghostscript does not run well on PC-compatibles with
  199. Hercules display cards, since text and graphics output interfere with each
  200. other, but you can work around this by redirecting the text output to a file.)
  201.  
  202. Ghostscript has also been ported to a number of platforms by users, who are
  203. willing to be contacted regarding problems on those specific platforms:
  204.  
  205.     - For information and possibly precompiled binaries for NeXT
  206.     machines, contact Alan Barclay <escribe@wintermute.co.uk>,
  207.     in the U.K. at +44-1224-591779 (voice & fax).
  208.  
  209.     - For information on a port to the Amiga, contact Andreas Maschke
  210.     (epgbc@cluster6.urz.uni-halle.de).  This port includes drivers for
  211.         IFF (file format)
  212.         RETINA (graphics board) and
  213.         INTUI (Amiga Window system)
  214.     by Andreas Heitmann (andreas@gotcha.swb.de).
  215.  
  216.     - For information on a port to the Atari ST, contact Tim
  217.     Gallivan (timg@landau.ph.utexas.edu).
  218.  
  219.     - For information on a port to the Acorn Archimedes, contact
  220.     David Elworthy (David.Elworthy@cl.cam.ac.uk).
  221.  
  222. ********
  223. ******** Related work
  224. ********
  225.  
  226. PDF encryption
  227. --------------
  228.  
  229. A user outside the U.S. has created code that allows processing of encrypted
  230. PDF files.  Unfortunately, current U.S. export control laws don't allow
  231. redistribution of this code from a site in the U.S., even though it's freely
  232. available to anyone anywhere in the world from its author's site, so you'll
  233. have to get this code from:
  234.  
  235.     http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  236.  
  237. If that doesn't work, try:
  238.  
  239.     http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  240.  
  241. The patch consists entirely of PostScript code, so it can be added to a
  242. running version of Ghostscript -- you don't have to recompile anything.  It
  243. is a single file that replaces the file pdf_sec.ps in the standard
  244. Ghostscript fileset.
  245.  
  246. Previewers
  247. ----------
  248.  
  249. The Ghostscript user interface is very primitive, so several people have
  250. contributed screen previewers with better user interfaces.
  251.  
  252. We know of two freely available X Windows screen previewers based on
  253. Ghostscript: Ghostview and GSPreview.  For information on Ghostview, contact
  254. Tim Theisen (ghostview@cs.wisc.edu).  For information on GSPreview, contact
  255. Richard Hesketh (rlh@ukc.ac.uk).
  256.  
  257. There is a freely available previewer for OpenVMS (both VAX and AXP) called
  258. GhostView-VMS or gv-vms, derived from Tim Theisen's Ghostview 1.5 by
  259. Johannes Plass (PLASS@dipmza.physik.Uni-Mainz.DE).  Some places you can find
  260. it are:
  261.     WWW:
  262.       http://www.wku.edu/htbin/fileserv?X11KIT
  263.     FTP:
  264.       site:  ftp.wku.edu
  265.       file:  VMS/FILESERV/X11Kit.ZIP
  266.       site:  nic.switch.ch
  267.       file:  mirror/vms/spc/macro32/savesets/x11kit.zip
  268.       site:  ada.cenaath.cena.dgac.fr
  269.       files: DECWINDOWS/XAW3D/
  270.       site:  axp.psl.ku.dk
  271.       files: DECWINDOWS/XAW3D/
  272.  
  273. There is a freely available MS Windows screen previewer based on
  274. Ghostscript, called GSview, and a similar OS/2 previewer.
  275. GSview is available from
  276.     http://www.cs.wisc.edu/~ghost/gsview/
  277. For technical information on GSview for Windows or PM GSview, please contact
  278. Russell Lang (rjl@aladdin.com).  (Aladdin provides Lang with a mail alias,
  279. but Lang is not an employee or agent of Aladdin.)  These programs are also
  280. available for commercial licensing from Artifex Software Inc.
  281.  
  282. Users have created two packages that provide a set of GSview-like commands
  283. that MS-DOS users can enter through the keyboard.  One such package, created
  284. by GUST, the Polish TeX Users Group, is in the public domain.  It is
  285. available from
  286.     ftp.pg.gda.pl:/pub/TeX/GUST/contrib/PS/ps_view/*
  287. and from sites in the CTAN network such as
  288.     ftp.dante.de:/tex-archive/support/ps_view/*
  289. The authors describe the package as follows:
  290.        Fast and easy previewing of PS documents!
  291.        a PostScript preamble providing an interactive environement
  292.        for previewing PostScript documents. The current version
  293.        can drive the current version of the Ghostscript interpreter
  294.        and assumes conformance of the document to the Adobe PostScript
  295.        structuring conventions.
  296.        Batch files provided for MS DOS, however ps_view can be adapted
  297.        to any operating system.
  298. For more information, e-mail to Boguslaw Jackowski <jacko@ipipan.gda.pl>.
  299.  
  300. The other keyboard-based viewing package is available from
  301.     puccini.ujf-grenoble.fr:pub/contrib-ps/DOS-PSV/*
  302. and appears to be redistributable with no restrictions.
  303.  
  304. Another user has created a Ghostscript-based bitmap previewing program for
  305. Linux that doesn't use X Windows, called BMV.
  306.  
  307.   BMV is a very simple viewer of images in the pbm(5)-raw format
  308.       and front end for GhostScript, based on Svgalib library for Linux
  309.  
  310.   BMV is distributed under GNU GPL (General Public License),
  311.     you can obtain a copy from many FTP sites if you are interested in details
  312.  
  313.   Jan Kybic, Prosecka 681, Praha 9, Czech Republic, <kybic@earn.cvut.cz>
  314.  
  315.   There is a port of BMV under SCO Unix by William Bader
  316.   <wbader@pluto.csee.lehigh.edu>. Contact him if you are interested.
  317.  
  318. BMV is available from
  319.     ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/bmv-1.1.tar.gz
  320.  
  321. Other programs
  322. --------------
  323.  
  324. Mr. Norio Katayama (katayama@nacsis.ac.jp) has done some work on making
  325. Ghostscript work well with Kanji fonts.  Please contact him for more
  326. information.
  327.  
  328. An easy-to-install Kanji font for Ghostscript, with installation
  329. instructions, can be found at
  330.     http://www.cit.ics.saitama-u.ac.jp/~far/howto/gs-ttf.html
  331.  
  332. An extensive list of Unix systems and the fonts available on them is
  333. available on
  334.     http://www.math.utah.edu/~beebe/#PostScript-fonts
  335. courtesy of Nelson H. F. Beebe.
  336.  
  337. Genscript is a free replacement for the enscript program.  Genscript
  338. converts ASCII files to PostScript and spools generated PostScript output to
  339. the specified printer or leaves it to file.  Genscript can be easily
  340. extended to handle different output media and it has many options which can
  341. be used to customize printouts.  You can find the current version on
  342.  
  343.   ftp://prep.ai.mit.edu/pub/gnu/genscript-1.3.0.tar.gz
  344.  
  345.   Genscript home page:    http://www.iki.fi/~mtr/genscript/
  346.             (or http://www.hut.fi/~mtr/genscript/)
  347.  
  348. There is a good free utility "pstotext" that works with Ghostscript to
  349. extract plain-text from PostScript files.  It is much better than the
  350. ps2ascii utility distributed with Ghostscript.  You can read the pstotext
  351. documentation at:
  352.  
  353.     http://www.research.digital.com/SRC/virtualpaper/manpages/pstotext.1.html
  354.  
  355. You can download pstotext from the following URL:
  356.  
  357.     http://www.research.digital.com/SRC/virtualpaper/pstotext.html
  358.  
  359. There is no formal technical support for pstotext, but the authors are happy
  360. to receive your questions and comments by e-mail at the following locations:
  361.  
  362.     http://www.research.digital.com/SRC/virtualpaper/comments.html
  363.     mailto:mcjones@pa.dec.com
  364.     mailto:birrell@pa.dec.com
  365.  
  366. For more information about the authors' Virtual Paper project, which
  367. attempts to make on-line reading of lengthy material (like research reports,
  368. manuals, or entire books) comfortable, read:
  369.  
  370.     http://www.research.digital.com/SRC/virtualpaper
  371.  
  372. Martin Lottermoser <Martin.Lottermoser@mch.sni.de> has developed a
  373. higher-quality driver for the H-P inkjet printers (currently, DeskJet 500,
  374. 500C, 510, 520, 540, 550C, 560C, 850C, 855C).  You can get information about
  375. his driver, called hpdj, from:
  376.  
  377.     ftp://ftp.pdb.sni.de/pub/utilities/misc/hpdj.html
  378.  
  379. Uli Wortmann <uli@bonk.ethz.ch> has developed a higher-quality driver for
  380. certain H-P inkjet printers (currently, DeskJet 670, 690, and 8xx).  For
  381. more information and downloads, visit:
  382.  
  383.     http://bonk.ethz.ch/software.html
  384.  
  385.  
  386. ********
  387. ******** If you need help ********
  388. ********
  389.  
  390. There is a Frequently Asked Questions file available for Internet anonymous
  391. FTP from
  392.     ftp://ftp.cs.wisc.edu/ghost/gsfaq.txt
  393. (i.e., FTP to ftp.cs.wisc.edu, file name /ghost/gsfaq.txt)
  394. or, if you run AFS, by direct reference to
  395.     /afs/cs.wisc.edu/public/ghost/gsfaq.txt
  396. and also available by HTTP (World Wide Web) from
  397.     http://www.cs.wisc.edu/~ghost/gsfaq.html
  398. It isn't updated very often, so it may be a little out of date.
  399.  
  400. In December 1995, CompuServe announced that the Graphics Support Forum
  401. offers Message Section and Library 21, "Ghostscript", for technical
  402. assistance with Ghostscript.  Ghostscript is available for downloading in
  403. Library 21, "Ghostscript." To access the Graphics Support Forum, GO
  404. GRAPHSUP.  This service has no connection with Aladdin Enterprises.
  405.  
  406. Aladdin Enterprises doesn't have the resources to respond to questions from
  407. users of the freely available versions of Ghostscript.  (Responding to
  408. questions and bug reports is one of the benefits that Artifex Software
  409. provides to commercial users in exchange for the licensing fee.)  If you
  410. have problems with Ghostscript, and you have access to the Internet, we
  411. suggest you post your question to one of the following Usenet newsgroups:
  412.  
  413.     - If your question is about GNU Ghostscript (currently, versions
  414. 3.33 and below), post it to the gnu.ghostscript.bug newsgroup.  If you have
  415. access to Internet mail, but not news, send e-mail to
  416. bug-ghostscript@prep.ai.mit.edu, which is equivalent to posting to the
  417. gnu.ghostscript.bug newsgroup.
  418.  
  419.     - If your question is about Aladdin Ghostscript (currently, versions
  420. above 3.33), post it to the comp.lang.postscript newsgroup.  If you have
  421. access to Internet mail, but not news, send e-mail to
  422. comp.lang.postscript@aladdin.com, which is equivalent to posting to the
  423. comp.lang.postscript newsgroup.  (We hope to establish a separate newsgroup
  424. for Aladdin Ghostscript in the future, since comp.lang.postscript was not
  425. intended for Ghostscript discussion per se.)
  426.  
  427. There are hundreds of Ghostscript user sites all over the world, and often
  428. another user will be able to help you. If you are having trouble with
  429. a specific device driver, look in the file devs.mak and see if it is a
  430. user-maintained driver.  If so, please contact the person listed there
  431. directly; please do not contact Aladdin Enterprises regarding
  432. user-maintained drivers.
  433.  
  434. Aladdin Enterprises does want Ghostscript to be of high quality, so if you
  435. have been running Ghostscript and encounter a problem, we encourage you to
  436. post bugs to the newsgroups mentioned above.  We will consider investigating
  437. problems reported to those newsgroups, or e-mailed directly to
  438. ghost@aladdin.com, if (and only if) the report meets all the following
  439. criteria:
  440.  
  441.     - You are using the most recent version of Aladdin Ghostscript.
  442.  
  443.     - You obtained Ghostscript directly from Aladdin Enterprises, or
  444.     from the FTP or AFS site on the Internet mentioned above (i.e., not
  445.     from a bulletin board system or a commercial system such as
  446.     CompuServe or GEnie).
  447.  
  448.     - You have installed Ghostscript successfully, and used it
  449.     successfully on other input data.
  450.  
  451.     - Your problem is reproducible, and you can mail us the input
  452.     data that evokes it (by e-mail, anonymous FTP, or PC diskette).
  453.     (But please do not send anything unless we ask you for it.)
  454.  
  455.     - You created the bug report using the form in bug-form.txt,
  456.     completely filled out.
  457.  
  458. Bug reports that include suggested fixes are especially welcome.
  459.  
  460. As time permits, Aladdin Enterprises may also respond to e-mail from the
  461. following classes of users:
  462.  
  463.     - Beta testers who have actually given us at least one report on
  464.     some beta version supplied to them.
  465.  
  466.     - People developing drivers that are for, or applications that
  467.     are based on, Ghostscript and that will be made freely available.
  468.  
  469.     - People who express serious interest in commercial licensing
  470.     of Ghostscript.
  471.  
  472. Aladdin Enterprises owns or has access to the following hardware and
  473. software:
  474.  
  475.     Pentium and 486 PCs with color SuperVGA displays;
  476.       Epson-compatible printer (the printer also is compatible with
  477.       the IBM Proprinter); various H-P printers.  These systems run
  478.       MS-DOS 5.0 and 6.22 and Microsoft Windows 3.1 and 95 with
  479.       Borland C++ 4.0 (and several older versions), Watcom C++ 10.0,
  480.       and Microsoft Visual C++ 4.0, and Linux with gcc.
  481.  
  482.     SPARCstation, SunOS 4.1, cc and gcc, X11R5 and SunView;
  483.       both monochrome and color displays.
  484.  
  485.     DECstation, Ultrix.
  486.  
  487.     IBM RS/6000 and PowerPC, Unix (AIX 3.n).
  488.  
  489.     DEC AXP (Alpha), OSF/1.
  490.  
  491. If your problem turns out to be specific to some other hardware or
  492. software configuration, it may take longer to track down, since we
  493. will have to rely on other users to help.
  494.  
  495. Aladdin's contact information is as follows:
  496.  
  497.         Aladdin Enterprises
  498.         P.O. box 60264
  499.         Palo Alto, CA 94306
  500.         phone +1-650-322-0103 (8:30 AM - noon, Pacific time)
  501.         fax +1-650-322-1734
  502.         ghost@aladdin.com
  503.  
  504. Please do not contact us if all you want is help with the freely distributed
  505. versions of Ghostscript!  Ghostscript is free, but our time is not.  If you
  506. call for help, we will tell you politely that we cannot answer your
  507. question.  Ghostscript's documentation, while not of commercial end-user
  508. quality, has been adequate for thousands of users (for many of whom English
  509. is a foreign language), so the answer to your question is very likely in it
  510. somewhere.
  511.  
  512. ********
  513. ******** Things you can do to help ********
  514. ********
  515.  
  516. There are some projects that users could do that are somewhat
  517. decoupled from the main body of the code, and that would help improve
  518. Ghostscript:
  519.  
  520.     - Making Ghostscript work with the free emx/gcc and rsx libraries
  521. would provide an alternative MS-DOS / Windows 95 / Windows NT implementation
  522. that doesn't require any proprietary, commercial compilers.  If someone was
  523. willing to do the work, we would be happy to include this in our list of
  524. supported platforms and to distribute the makefiles.  If interested, please
  525. consult the following URL:
  526.     http://www.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/index.html
  527. and then contact ghost@aladdin.com if you want to do the work.
  528.  
  529.     - Someone is needed to take responsibility for texinfo and/or man
  530. page documentation for Ghostscript.  What this would involve is updating
  531. this documentation during the beta test period for each release, and
  532. sending it to Aladdin to be included in the final fileset.  (Aladdin would
  533. continue to supply the plain-text documentation as it currently exists.)
  534.  
  535.     - Adobe has donated the specification of the Display PostScript C
  536. API to the X distribution, as well as the client-side implementation.
  537. Modifying Ghostscript to interface with this code as a substitute for a
  538. Display PostScript server might make Ghostscript a lot more useful, since
  539. it would then be "plug compatible" with Display PostScript in an important
  540. way.  Contact ghost@aladdin.com if you would like to help with this.
  541.  
  542. ********
  543. ******** Acknowledgements ********
  544. ********
  545.  
  546. Ghostscript was originally created, and is primarily developed and
  547. maintained, by L. Peter Deutsch, President of Aladdin Enterprises.
  548.  
  549. Special thanks are due to Russell Lang, for the GSview for Windows and PM
  550. GSview programs and for contributing most of the code for the Microsoft
  551. Windows and OS/2 environments; to Tim Theisen, for the Ghostview program for
  552. X Windows and for major contributions to, and ongoing assistance with
  553. support of, the code for the X Windows environment; to Martin Fong, for the
  554. original port of Ghostscript to the Macintosh, and Mark Lentczner, for the
  555. current Macintosh port; and to the Independent JPEG Group, to Group 42,
  556. Inc., and to Jean-loup Gailly and Mark Adler, for creating the freely
  557. available libraries that Ghostscript uses.
  558.  
  559. Special thanks are due to URW++ Design and Development Incorporated, of
  560. Hamburg, Germany (http://www.urwpp.de), for making a commercial-quality set
  561. of the 35 standard PostScript Type 1 fonts available for free distribution
  562. under the GNU and Aladdin licenses.
  563.  
  564. Special thanks are due to Richard Stallman and the Free Software Foundation
  565. for originating the GNU License, for originally motivating the creation of
  566. Ghostscript, and for being the primary distributor of GNU Ghostscript on
  567. the Internet.
  568.  
  569. The file helpers.txt contains a list of the many other people who have
  570. contributed significantly to improving Ghostscript.
  571.